Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/actors/limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If needed, the limits shown below can be increased on paid accounts. For details
| Build timeout | 600 secs<!-- ACTOR_LIMITS.BUILD_TIMEOUT_SECS --> |
| Build/run disk size | 2x job memory limit<!-- ACTOR_LIMITS.RUN_DISK_TO_MEMORY_SIZE_COEFF --> |
| Memory per CPU core | 4,096 MB<!-- ACTOR_LIMITS.RUN_MEMORY_MBYTES_PER_CPU_CORE --> |
| Build/run maximum log size | 5,000,000 characters<!-- ACTOR_LIMITS.LOG_MAX_CHARS --> |
| Build/run maximum log size | 10,485,760 characters<!-- ACTOR_LIMITS.LOG_MAX_CHARS --> |
| Maximum number of dataset columns for xlsx format | 2,000 columns |
| Maximum size of input schema for a task/actor | 100 kB<!-- ACTOR_LIMITS.INPUT_SCHEMA_MAX_BYTES --> |

Expand Down