mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
test-runner: increase RAM to 384MB
Occationally python will fatally terminate trying to load a test using importlib with an out of memory exception. Increasing RAM allows reliable exection of all tests.
This commit is contained in:
parent
75b20ff1d0
commit
b5c3fc1222
@ -1585,7 +1585,7 @@ class Main:
|
||||
if self.args.valgrind:
|
||||
ram = 512
|
||||
else:
|
||||
ram = 256
|
||||
ram = 384
|
||||
|
||||
print("Using %d cores, %d RAM for VM" % (smp, ram))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user