hi @1337DIsplayName ,
There was a post in 2023 which can’t seem to be found.
Firstly do NOT have any Verse files or project files on OneDrive or any Cloud-based systems based on Windows 11
If you get a cloud network error your files will get corrupted and the red squiggle won’t work.
When you ask to compile the Verse the whole lot is packed up and sent to a UNIX-based system, not an AWS system. This means compilation is relatively slow as this is a single process build.
Each Verse file is sent in turn and the Blueprint pseudo code is built like in 1980!
There are no helpful error messages just a log entry
LogSolaris: memory size exceeded more than 15000 lines processed
Also, the complexity of the lines of code seems to affect the number of lines that can be processed. Printing “Hello” can be done in 45,000 line before an error occurs .
This means that you need to split the code like in the early days of coding as there is not that much memory like the AWS systems of today