forked from team/site
1
0
Fork 0

added comment about /etc/security/limits.conf

This commit is contained in:
cmccabe 2018-06-15 07:07:51 -04:00
parent 31f51fa631
commit 8d27b3f239
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@ in addition to the specific programming utilities, remember that *NIX itself is
good code is efficient code, and part of learning to be a good programmer is learning how to develop elegant solutions that use the minimum system resources necessary. this is hard! but it is even more important on a multi-user system like tilde.team.
some resource limits are established through /etc/security/limits.conf --you can read this file yourself to see what they are.
beyond those limits, we simply ask that you monitor your code and be considerate of others on the system.
as we develop more learning resources on the tilde.team wiki, we will provide some guidance about how to profile your code. of course, a quick web search for "code profiling [your language]" will give you a lot of help as well.
## 4. learning how to build a learning environment