0

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 ?

Rahul Bhobe
  • 4,165
  • 4
  • 17
  • 32
Thibaud
  • 377
  • 1
  • 2
  • 15
  • hmm i don't think the c# language tag is needed here - maybe remove it? – sommmen Jul 27 '20 at 07:00
  • Hi, Unfortunately, this not possible set Memory limits, may I know the workItem id? objective of your addin ? just to understand for us why it is failing for this revit file. You can reply here or write to Forge Help – Madhukar Moogala Jul 27 '20 at 14:13
  • 2
    @sommmen indeed, I added the tag cause my add-in is in c# but the error isn't c# related. My bad. – Thibaud Jul 27 '20 at 18:03
  • Was this ever resolved? I am running into the same error, and it seems, so far to be files "Zipped by BIM 360" that are over 4 GB. But only 2 files trigging this error so far. – Bret Thompson Aug 19 '20 at 19:07
  • @BretThompson - do you have a workItem Id for us to troubleshoot and do some diagnostics ? – Madhukar Moogala Aug 20 '20 at 02:44
  • @MadhukarMoogala, I sent a full log of one of these workitems to forge[dot]help[at]autodesk.com and it was assigned request #7186. Will that work? – Bret Thompson Aug 20 '20 at 11:45
  • @BretThompson the details and logs I gave by mail have been forwarded to the engineer team of Design Automation. I'm waiting for any updates and I'll post back here as soon as I got them. – Thibaud Aug 21 '20 at 08:39
  • @BretThompson - can you let us know how big are failing Revit files and what API you call on these files ? – Madhukar Moogala Aug 21 '20 at 10:31
  • @MadhukarMoogala, The specific RVT files that are getting opened in Revit are in the range of 400MB to 500MB, but these files are delivered to Design Automation from Document Management in a ZIP file that is just over 4GB. – Bret Thompson Aug 21 '20 at 13:02

0 Answers0