Skip to content

Commit 83ad07d

Browse files
authored
Merge pull request #167 from MAAP-Project/feature/devfile-disclaimer
Feature/devfile disclaimer
2 parents ebfdc85 + ec862c8 commit 83ad07d

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

docs/source/system_reference_guide/create_workspace.ipynb

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@
99
"\n",
1010
"![create workspace](../_static/create_workspace.png)\n",
1111
"\n",
12-
"If you want to edit the devfile or your workspace's memory limit after its creation, just click on the `Workspaces` side panel tab, then the workspace, then the Devfile tab at the top of the page. "
12+
"If you want to edit the devfile or your workspace's memory limit after its creation, just click on the `Workspaces` side panel tab, then the workspace, then the Devfile tab at the top of the page. \n",
13+
"\n",
14+
"**DISCLAIMER:** MAAP might change the way that we do workspace memory limits in the future, including restricting the memory that a user can allocate for their workspace. For now, as a courtesy to other users only increase the memory limit if your kernel keeps running out of memory and crashing. If you're not sure why your kernel is crashing after increasing your workspace's memory limit, please contact the development team. We recommend using a memory limit of 16GB (which means altering the devfile to `memory: 15258Mi`). "
1315
]
1416
}
1517
],
1618
"metadata": {
1719
"kernelspec": {
18-
"display_name": "Python 3",
20+
"display_name": "Python 3.11.1 64-bit",
1921
"language": "python",
2022
"name": "python3"
2123
},
@@ -29,7 +31,12 @@
2931
"name": "python",
3032
"nbconvert_exporter": "python",
3133
"pygments_lexer": "ipython3",
32-
"version": "3.7.8"
34+
"version": "3.11.1"
35+
},
36+
"vscode": {
37+
"interpreter": {
38+
"hash": "5c7b89af1651d0b8571dde13640ecdccf7d5a6204171d6ab33e7c296e100e08a"
39+
}
3340
}
3441
},
3542
"nbformat": 4,

0 commit comments

Comments
 (0)