diff --git a/.gitpod.yml b/.gitpod.yml index 57eaca4..213f153 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -8,7 +8,7 @@ tasks: - command: | source venv/bin/activate python manage.py runserver - + ports: - port: 8000 visibility: private @@ -17,3 +17,8 @@ ports: vscode: extensions: - ms-python.python + +coreDump: + enabled: true + softLimit: 10000000 + hardLimit: 20000000