on ‎2019 May 17 7:50 AM
Hi,
In my local machine for ant 392 sec, ant clean all 780 sec and hybris server up 781 sec. Can you please help me to reduce the timing. My machine details 16GB RAM Intel(R) Core(TM) i3-4160 CPU @ 3.60GHz configuration.
Request clarification before answering.
Hi - please set up a Linux VM and try moving your hybris into the VM. I am sure you will see a lot of improvement.
I can see that your processor is i3 and from my experience, I can tell you for sure that moving to i7 will make a huge difference.
Some other suggestions are:
Switch to Mac/Linux machine
Use SSD hard disk
Make sure you have enough (I recommend at least 10 GB) free space on the drive in which you are running hybris
Increase RAM to 32 GB
Configure build.parallel=true in local.properties file
Remove unnecessary extensions
You can also check https://answers.sap.com/questions/12762937/improve-build-time-63.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi! You can find some information about it in this article https://hybrismart.com/2016/12/27/speed-up-server-start-time/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I bet you use windows. linux/mac is about twice as fast (linux in a vm on windows might be faster as well) I you use a virus scanner it will slow down as well. Ask your admin to configure a developer folder without virus scanning
other than that search the forum there are a handful tips to improve the performance but nothing substantial you might get another 20% improvement.
Use hot code replacement. While connected with the debugger change code and recompile the debugger will replace the class in the running system. JRebel does this even better. Like this you avoid restarts
hybris as it is today is simply very slow to develop - sadly. It would require changes in the build system only sap could do but I guess it's not on their agenda.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.