Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is createRAMDiskandMoveCaches.sh? #7

Open
awsp opened this issue Aug 12, 2015 · 3 comments
Open

Where is createRAMDiskandMoveCaches.sh? #7

awsp opened this issue Aug 12, 2015 · 3 comments
Labels

Comments

@awsp
Copy link
Contributor

awsp commented Aug 12, 2015

I was trying to do manual installation as the auto installation failed with the following code. (with sudo)

[ ! -d /usr/local/bin/ ] && mkdir -p /usr/local/bin
make: *** [install] Error 1

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

@zafarella
Copy link
Owner

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.

Sorry for inconvenience.

@awsp
Copy link
Contributor Author

awsp commented Aug 12, 2015

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.

@zafarella
Copy link
Owner

thanks for the idea. Glad you enjoying your IntelliJ work.

@zafarella zafarella added the bug label Aug 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants