Autodesk Construction Cloud - Model Properties API.
I'm trying to index and query uploaded Navisworks model. The model size is 241Mb.
When trying to index the properties the indexing fails as follows:
"indexes": [
{
...
"type": "INDEX",
"state": "FAILED",
...
"errors": [
{
"type": "RuntimeError",
"title": "OutOfMemoryException",
"detail": "Exception of type 'System.OutOfMemoryException' was thrown."
}
]
}
]
Does the indexing has a limit on Autodesk Backend? What could be done in such case?