mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-06-01 14:09:27 +00:00
fix: remove system critical priority
In Google Cloud, the system critical priority is reserved for GKE internals and not needed here. This is likely blocking pods from being created within the tests container
This commit is contained in:
parent
df99e5e681
commit
6a39b178f3
@ -30,7 +30,6 @@ namespace StoragePlugin
|
||||
//SetResourceLimits(milliCPUs: 4000, memory: 12.GB());
|
||||
|
||||
SetSchedulingAffinity(notIn: "false");
|
||||
SetSystemCriticalPriority();
|
||||
|
||||
var config = startupConfig.Get<LogosStorageStartupConfig>();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user