diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index bc8a5a4fd..6cdf223ba 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -103,7 +103,19 @@ fixed in this release:

error
  • 903448 - RHEL5 nss ldap update cause stack size related failure
  • + RHEL5 nss ldap update cause stack size related failure +

    + This bug fix changed the stack sizes for both Posix and Windows targets as + follows:

    + + + + + + + + +
    epicsThreadStackSizeClassNew Stack Size
    epicsThreadStackSmall0x10000 × sizeof (void *)
    epicsThreadStackMedium0x20000 × sizeof (void *)
    epicsThreadStackBig0x40000 × sizeof (void *)