Server for Designers PC

We are a team of 5 people working on an ignition project. We have setup one computer as a server and other 4 workstations access that server for development purpose. We are working on our local gateway here. Following is the configuration of the server computer

Dell Optiplex 3020
Intel® Core™ i5 - 4570 CPU @ 3.20GHz
16.0 GB RAM
64-bit operating system x64-based processor

We are facing some difficulties to save our project on this server such as it takes around 15 minutes to save the project. Is it since we all 5 people are accessing one server at the same time.

Please let me know how can we solve this difficulty

In my opinion you should work on separate projects and then make an union of alla the project parts using the export tool.

Look at the server’s gateway status web page: how much memory is it using and how much is it allowed to use? Ignition, like most java applications, continually allocates temporary objects, and is lazy about cleaning them up. So when an app starts to run out of memory, java spends an inordinate amount of time looking for stale objects to throw away to make room. Ignition’s max memory should be set so that it spends most of its time with at least 25% unused (per the status page).
The defaults are rather small – suitable for solo developers w/ modest projects on their own machines.