You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I went manual installation and I was searching the whole repo for this file createRAMDiskandMoveCaches.sh but I don't see it nowhere.
It looks like the volumes is not creating the ramdisk when I perform a cold startup of my computer.
In the plist it is calling createRAMDiskandMoveCaches.sh, so where could I get that file?
FYI:
I am using Mac OS X 10.10.4 with 12GB ram
The text was updated successfully, but these errors were encountered:
Thanks for letting know. I actually added/changed more things after writing the readme and the file name became startupRAMDiskandCacheMover.sh.
It will not work now, coz I added user prompt either to move the cache or not. If it will be on start up of the machine - it should not ask anything. I will try to fix, whenever times permits.
But, for now you can use this shell script manually and run it in terminal to move the caches.
Thanks for your reply.
I see, I was guessing the file startupRAMDiskandCacheMover was actually the one.
Just my 2 cents, I think it would be much better for the startup script to initialize with prompts and then generate the "real" scripts with user configs and move the generated file to /usr/local/bin/. In that case, there would not be prompts after first time.
I guess for now, I will do it manually. Thanks for a great package, my Intellij performs much better.
I was trying to do manual installation as the auto installation failed with the following code. (with sudo)
I went manual installation and I was searching the whole repo for this file
createRAMDiskandMoveCaches.sh
but I don't see it nowhere.It looks like the volumes is not creating the ramdisk when I perform a cold startup of my computer.
In the plist it is calling
createRAMDiskandMoveCaches.sh
, so where could I get that file?FYI:
I am using Mac OS X 10.10.4 with 12GB ram
The text was updated successfully, but these errors were encountered: