Skip to content

Commit b0875fa

Browse files
committed
doc: added more blog post links.
1 parent 3e24a95 commit b0875fa

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.markdown

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,6 +1022,8 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
10221022
See Also
10231023
========
10241024

1025+
Other related modules and libraries:
1026+
10251027
* [ngx_stream_lua_module](https://github.com/openresty/stream-lua-nginx-module#readme) for an official port of this module for the Nginx "stream" subsystem (doing generic downstream TCP communications).
10261028
* [lua-resty-memcached](https://github.com/openresty/lua-resty-memcached) library based on ngx_lua cosocket.
10271029
* [lua-resty-redis](https://github.com/openresty/lua-resty-redis) library based on ngx_lua cosocket.
@@ -1044,6 +1046,12 @@ See Also
10441046
* [The OpenResty bundle](https://openresty.org)
10451047
* [Nginx Systemtap Toolkit](https://github.com/openresty/nginx-systemtap-toolkit)
10461048

1049+
Blog posts:
1050+
1051+
* [How OpenResty and Nginx Allocate and Manage Memory](https://blog.openresty.com/en//how-or-alloc-mem)
1052+
* [How OpenResty and Nginx Shared Memory Zones Consume RAM](https://blog.openresty.com/en/how-nginx-shm-consume-ram/)
1053+
* [Memory Fragmentation in OpenResty and Nginx's Shared Memory Zones](https://blog.openresty.com/en/nginx-shm-frag/)
1054+
10471055
[Back to TOC](#table-of-contents)
10481056

10491057
Directives
@@ -1435,7 +1443,10 @@ You should be very careful about potential security vulnerabilities in your Lua
14351443

14361444
This directive was first introduced in the `v0.5.5` release.
14371445

1438-
See also the blog post ["How OpenResty and Nginx Shared Memory Zones Consume RAM "](https://blog.openresty.com/en/how-nginx-shm-consume-ram/).
1446+
See also the following blog posts for more details on OpenResty and Nginx's shared memory zones:
1447+
1448+
* [How OpenResty and Nginx Shared Memory Zones Consume RAM](https://blog.openresty.com/en/how-nginx-shm-consume-ram/)
1449+
* [Memory Fragmentation in OpenResty and Nginx's Shared Memory Zones](https://blog.openresty.com/en/nginx-shm-frag/)
14391450

14401451
[Back to TOC](#directives)
14411452

0 commit comments

Comments
 (0)