Is it somehow possible to run tasks in memory out of the box? I'd like to have my working directory copied into memory to run the tasks faster, especially things like the sonar alaysis. I appreciate any hints on that topic.
Thanks in advance!
Sebastian
What do you mean by "running tasks in memory". Do you want to use RAM-based filesystem instead of disk-based? As @Sergey Podobry [Stellarity Software] noticed this will not speed up Sonar analysis much. You might want to make sure that all your java processes have plenty of heap (-Xmx setting).
Please tell us more about your plan/tasks configuration and where you're having performance problems so we might provide more targeted answer.
I think you can use RAM disk for that. However I'm sure that sonar analysis is CPU-bound and the files are cached in memory by OS (so RAM disk won't help much).
I didn't measure sonar analysis performance but I measured speed of Visual C++ compilation and there was almost linear dependency on CPU while faster disk played not a big role.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Krystian,
thats exactly what I wanted to do. But since you both say, that this won't be that effective I probably don't follow that idea anymore.
Thanks a lot!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.