Python App Scraping ———09.20.2017

Improving performance

Python check RAM usage

Check / resize kernel size

Python App Scraping ———09.20.2017_第1张图片

- Using memory _profiler:

Python App Scraping ———09.20.2017_第2张图片

- Check file system usage of memory:

df -k

- Check kernel image size:

cd /boot

ls -lha /boot

- Resize kernal size:

你可能感兴趣的:(Python App Scraping ———09.20.2017)