{"data":{"markdownRemark":{"html":"<ul>\n<li><strong>It seems like my model is being run when the server starts before requesting for it to be run?</strong> <br />\nThe server runs some health checks on server startup. Read more about this <a href=\":version/practices/repeatable-models#randomness-health-checks\">here</a>.</li>\n</ul>\n<ul>\n<li><strong>How can I speed up the running of my model?</strong> <br />\nThere are many reasons why your model might be running slowly. Some of these reasons could be the way the model has been programed. If there is a central agent doing most of the compuation, this will be a bottelneck slowing down the entire simulation. If there is any way of splitting it into multiple agents with a final aggregation of sorts, the work can be parrallelised.\nAnother reason the model could be running slowly is that you are outputing too much data. If you do not need agent/link data (if you are not using the console, and don't need the individual agent data output to file), the agent and link data should be turned off. <br />\nTo stop serialising agent/link data the config fields <code class=\"language-text\">core-abm.serialize.agents</code> and <code class=\"language-text\">core-abm.serialize.links</code> should be set to false.  <br />\nWhen running a multirun, if the console is not being used, the in memory data should be turned off so that the Java Garbage Collector can work quickly to improve the performance of the model. <a href=\":version/reference/run_mode/multirun_setup#running-the-multirun\">Read more</a></li>\n</ul>","headings":[],"frontmatter":{"title":"FAQ","toc":false,"experimental":false}},"site":{"siteMetadata":{"title":"Simudyne Docs","latestVersion":"2.6"}}},"pageContext":{"absolutePath":"/home/vsts/work/1/s/content/2.3/docs/faq.md","versioned":true,"version":"2.3","kind":"docs","pagePath":"/faq","chronology":{"prev":{"name":"Repeatable Models","path":"/practices/repeatable-models"},"next":{"name":"Release Notes","path":"/release-notes"}},"lastUpdated":"2026-04-21T13:56:54.840Z"}}