mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Merge pull request #145 from ComputerScienceHouse/disk-increase
Increase disk allotment
This commit is contained in:
commit
20cdfc332e
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…
Add table
Add a link
Reference in a new issue