Skip to content

Commit a6015f7

Browse files
committed
update
1 parent 60ee50f commit a6015f7

File tree

1 file changed

+10
-19
lines changed

1 file changed

+10
-19
lines changed

pdf/aspose-pdf-for-aws/_index.md

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -569,25 +569,16 @@ Is for out of memory error message instead of reboot container in Kubernetes on
569569

570570
Set the GC heap hard limit for the .NET runtime in bytes to manage memory usage effectively. Adjusting the COMPlus_GCHeapHardLimit can help prevent avoid unnecessary container restarts in Kubernetes but large files will throws out-of-memory (OOM) errors. Change this value if you encounter OOM issues or need to fine-tune memory allocation to better suit your application's needs.
571571
| Instance Size | Memory (GiB) | COMPlus_GCHeapHardLimit (85%) |
572-
|-----------------|--------------|------------------------------------|
573-
| m7g.medium | 4 | 0xd9999999 |
574-
| m7g.large | 8 | 0x1b3333333 |
575-
| m7g.xlarge | 16 | 0x366666666 |
576-
| m7g.2xlarge | 32 | 0x6cccccccc |
577-
| m7g.4xlarge | 64 | 0xd99999999 |
578-
| m7g.8xlarge | 128 | 0x1b33333333 |
579-
| m7g.12xlarge | 192 | 0x28cccccccc |
580-
| m7g.16xlarge | 256 | 0x3666666666 |
581-
| m7g.metal | 256 | 0x3666666666 |
582-
| m7gd.medium | 4 | 0xd9999999 |
583-
| m7gd.large | 8 | 0x1b3333333 |
584-
| m7gd.xlarge | 16 | 0x366666666 |
585-
| m7gd.2xlarge | 32 | 0x6cccccccc |
586-
| m7gd.4xlarge | 64 | 0xd99999999 |
587-
| m7gd.8xlarge | 128 | 0x1b33333333 |
588-
| m7gd.12xlarge | 192 | 0x28cccccccc |
589-
| m7gd.16xlarge | 256 | 0x3666666666 |
590-
| m7gd.metal | 256 | 0x3666666666 |
572+
|-----------------|--------------|-------------------------------|
573+
| medium | 4 | 3652979000 |
574+
| large | 8 | 7449801000 |
575+
| xlarge | 16 | 14818270000 |
576+
| 2xlarge | 32 | 28547688000 |
577+
| 4xlarge | 64 | 73057954000 |
578+
| 8xlarge | 128 | 149407489000 |
579+
| 12xlarge | 192 | 109951163000 |
580+
| 16xlarge | 256 | 1482827000000 |
581+
| metal | 256 | 1482827000000 |
591582

592583

593584
**DISABLE_UNMANAGED_PROCESS**

0 commit comments

Comments
 (0)