I'm trying to create a plugin on Forge with DA4R V3.
For small Revit files it's working fine but with larger (like 300mb) I got this log report :
[07/25/2020 10:59:06] Initializing RCE....
[07/25/2020 10:59:06] Initializing RevitCoreEngine (and possibly running stub installer)...
[07/25/2020 10:59:09] Initialize and get RCE: (VersionBuild) 19.0.0.0 (VersionNumber) 2019 (SubVersionNumber) 2019.2
[07/25/2020 11:58:00] ERROR: The process memory limit exceeded (2944).
[07/25/2020 12:00:10] End Revit Core Engine standard output dump.
[07/25/2020 12:00:10] Error: Application revitcoreconsole.exe exits with code -1073740791 which indicates an error.
[07/25/2020 12:00:10] End script phase.
[07/25/2020 12:00:10] Error: An unexpected error happened during phase CoreEngineExecution of job.
But I didn't find any way to increase the memory available, is there a specific way to do it ?