Memory optimization tips #966
Unanswered
raulescobar-g
asked this question in
Q&A
Replies: 1 comment
-
|
I have to test this myself, but I think there needs to be some optimization done at the Typst level. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, currently working on a report generation software with typst. The reports are thousands of pages with multiple cetz graphs per page (piecharts mostly). The problem is that it uses a lot of ram (~32gb+ per report), so I started to look for optimizations to reduce costs.
Sure enough, when I commented out the cetz graphs, the memory usage goes down ~70-80%.
I really like the graphs, so I was looking to see if anyone has any tips to help optimize memory usage so that I don't have to remove them.
Beta Was this translation helpful? Give feedback.
All reactions