mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-12 13:01:51 +00:00
Increase disk allotment
This commit is contained in:
parent
493fbd13f1
commit
20f523b2ca
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ def get_user_usage_limits(db, user):
|
||||||
else:
|
else:
|
||||||
limits['cpu'] = 4
|
limits['cpu'] = 4
|
||||||
limits['mem'] = 4
|
limits['mem'] = 4
|
||||||
limits['disk'] = 100
|
limits['disk'] = 250
|
||||||
return limits
|
return limits
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue