richie5um / TextBar-Recipes

TextBar Recipes
369 stars 35 forks source link

VM usage #64

Open Henrietta1989 opened 4 years ago

Henrietta1989 commented 4 years ago

I noticed that TextBar 3.2.182 uses a lot VM in Mojave and creates many swapfiles eating hdd space:

Activity Monitor: threads 4 ports 21405 memory 2,27 GB real mem 45,7 MB bytes written 40 KB bytes read 724,3 MB memory sent to vm compression 2,25 GB

I currently have only this enabled and 15 are disabled: curl -s 'https://poloniex.com/public?command=returnTicker' | python -c "import sys, json; print json.load(sys.stdin)['USDT_BTC']['last']" | cut -c1-3

Is that VM usage normal?

Where i can download 3.2.2 which is mentioned in TextBar-Recipes page?

richie5um commented 4 years ago

Hmm... That doesn't look how I'd want it to look. I'll see if I can reproduce. Your version is more up-to-date than 3.2.2. I'll update the version number on the Recipes page.