mirror of
				https://github.com/datarhei/core.git
				synced 2025-10-31 03:16:21 +08:00 
			
		
		
		
	Adjust comments
This commit is contained in:
		| @@ -43,7 +43,7 @@ type Process interface { | ||||
| 	// running or not. | ||||
| 	IsRunning() bool | ||||
|  | ||||
| 	// Limit enabled or disables CPU and memory limiting. CPU will be throttled | ||||
| 	// Limit enables or disables CPU and memory limiting. CPU will be throttled | ||||
| 	// into the configured limit. If memory consumption is above the configured | ||||
| 	// limit, the process will be killed. | ||||
| 	Limit(cpu, memory bool) error | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ingo Oppermann
					Ingo Oppermann