We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359577e commit 9b26311Copy full SHA for 9b26311
proxstar/db.py
@@ -69,8 +69,8 @@ def get_user_usage_limits(db, user):
69
limits['mem'] = db.query(Usage_Limit).filter(Usage_Limit.id == user).one().mem
70
limits['disk'] = db.query(Usage_Limit).filter(Usage_Limit.id == user).one().disk
71
else:
72
- limits['cpu'] = 4
73
- limits['mem'] = 4
+ limits['cpu'] = 8
+ limits['mem'] = 8
74
limits['disk'] = 250
75
return limits
76
0 commit comments