Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 923 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 923 Bytes

How to reproduec

  1. docker build . -t arelle-demo:daims-zip
  2. docker run arelle-demo:daims-zip -p 8080
  3. docker ps - see container name or id
  4. docker exec -t -i <container name or id> /bin/sh
  5. arelleCmdLine -f /app/AppropriationsAccountPackage.xbrl -v --plugins xbrlDB --store-to-XBRL-DB "localhost,5432,user,111111,test_db,600,pgSemantic"

Expected result AppropriationsAccountPackage.xbrl imported into postgres db Actual result container consumed a lot of memory and finally Killed

Http request with AppropriationsAccountPackage.xbrl works from time to time (but consumes about 7.5Gb)

GET http://localhost:8080/rest/xbrl/view?file=/app/AppropriationsAccountPackage.xbrl&view=factTable&media=html     

Http request with FinancialAccountPackage.xbrl holds forever

GET http://localhost:8080/rest/xbrl/view?file=/app/FinancialAccountPackage.xbrl&view=factTable&media=html