... | ... | @@ -23,7 +23,7 @@ TODO |
|
|
|
|
|
## Forgetting to Monitor
|
|
|
|
|
|
You should always monitor *all* your processes carefully. When you run a new script for the first time, *always* use the monitoring tools described above to make sure that you are using a reasonable amount of resources. If the scripts are long-running ones, do this check periodically to ensure that they don't have memory leaks or other resource-related issues.
|
|
|
You should always monitor *all* your processes carefully. When you run a new script for the first time, *always* use the monitoring tools described above to make sure that you are using a reasonable amount of resources. If the script is a long-running one, repeat this check periodically to ensure that it doesn't have memory leaks or other resource-related issues.
|
|
|
|
|
|
What is a reasonable amount of resources? Except for storage, we do not impose hard limits.
|
|
|
|
... | ... | |