-
Team or ProjectNo response Module Affected
Rust Version1.85.0 Operating System
Issue DescriptionWe can see that a prover compressor picks up job in the table proof_compression_jobs_fri and try to process it. However, it quickly throws error "Couln't allocate host buffer" Here is the log messages: 2025-03-03T17:39:18.646525Z INFO zksync_proof_fri_compressor::compressor: Started proof compression for L1 batch: L1BatchNumber(3) 2025-03-03T17:39:20.729554Z ERROR zksync_queued_job_processor: Error occurred while processing ProofCompressor job L1BatchNumber(3): "Couln't allocate host buffer"` Expected BehaviorThe compressor should compress proof successfully Current BehaviorThe compression job failed to process with the above error. In the database, job status is updated from queued to failed Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Looks like memory allocation issue. How much vRAM does your GPU have? compressor requires 20GBs at least. |
Beta Was this translation helpful? Give feedback.
Looks like memory allocation issue. How much vRAM does your GPU have? compressor requires 20GBs at least.