Fix Mathoid NUM_WORKERS Bug
Closed, ResolvedPublic

Description

The env variable $WTL_MATHOID_NUM_WORKERS is probably not set (or set to 0, because if it is not set it should defaults to 1) in production, causing slowness in rendering

crisbal created this task.Jul 15 2016, 7:29 PM
crisbal triaged this task as Unbreak Now! priority.
tomaluca closed this task as Resolved.Jul 16 2016, 4:47 PM
tomaluca claimed this task.

In the config file in production config was missing the

export WTL_MATHOID_NUM_WORKERS=40