To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.

Template:Information and Talk:ZNC Memory Usage: Difference between pages

From ZNC
(Difference between pages)
Jump to navigation Jump to search
Gavin (talk | contribs)
Created page with "<!-- Automatically detect protected files: --><includeonly>{{#switch: {{PROTECTIONLEVEL:upload}} |sysop|templateeditor|extendedconfirmed={{pp-upload|small=yes}} }}{{#swi..."
 
KindOne (talk | contribs)
m Add more thoughts.
 
Line 1: Line 1:
<!--
Some thoughts:
  Automatically detect protected files:
--><includeonly>{{#switch: {{PROTECTIONLEVEL:upload}}
  |sysop|templateeditor|extendedconfirmed={{pp-upload|small=yes}}
}}{{#switch: {{PROTECTIONLEVEL:move}}
  |sysop|templateeditor|extendedconfirmed={{pp-move|small=yes}}
}}{{#switch: {{PROTECTIONLEVEL:edit}}
  |sysop={{pp-protected|small=yes}}
  |templateeditor={{pp-template|small=yes}}
  |extendedconfirmed={{Pp-30-500|small=yes}}
  |autoconfirmed={{pp-protected|small=yes}}
  | <!--Not protected-->
}}
</includeonly>{| summary="A standardized table providing complete information about the file, including description of what it shows and how it was made, copyright status and source." class="toccolours mbox-inside" style="width:100%;" cellpadding="2"
! style="background:#ccf; text-align:right; vertical-align:top; padding-right: 0.4em; width:15%;" {{#if:{{{Description|{{{description|}}}}}}|id="fileinfotpl_desc"}} |Description
| {{{Location|}}}
{{#if: {{{Description|{{{description|}}}}}}
| {{{Description|{{{description}}}}}}
| {{Description missing<noinclude>|category=</noinclude>}}
}}
|- style="vertical-align:top;"
! style="background:#ccf; text-align:right; padding-right:0.4em;" {{#if:{{{Source|{{{source|}}}}}}|id="fileinfotpl_src"}} | Source
|
{{#if:{{{Source|{{{source|}}}}}}
| {{{Source|{{{source}}}}}}
| {{#ifeq:{{NAMESPACE}}|File|<includeonly>[[Category:Wikipedia files with unknown source]]</includeonly>}} No source specified. Please edit this file description and [[Wikipedia:Citing sources#Multimedia|provide a source]].
}}
|- style="vertical-align:top;"
! style="background:#ccf; text-align:right; padding-right:0.4em; white-space:nowrap;" {{#if:{{{Date|{{{date|}}}}}}|id="fileinfotpl_date"}} | Date
|
{{{Date|{{{date|}}}}}}
|- style="vertical-align:top;"
! style="background:#ccf; text-align:right; padding-right:0.4em;" {{#if:{{{Author|{{{author|}}}}}}|id="fileinfotpl_aut"}} | Author
|
{{#if: {{{Author|{{{author|}}}}}}
| {{{Author|{{{author}}}}}}
| {{Description missing|author information|category=}}{{#ifeq:{{NAMESPACE}}|File|<includeonly>[[Category:Files lacking an author]]</includeonly>}}
}}
|- style="vertical-align:top;"
! style="background:#ccf; text-align:right; padding-right:0.4em;" {{#if:{{{Permission|{{{permission|}}}}}}|id="fileinfotpl_perm"|}} | Permission<br /><small>([[Commons:Commons:Reusing content outside Wikimedia|Reusing this file]])</small>
|
{{#if:{{{Permission|{{{permission|}}}}}}
| {{{Permission|{{{permission}}}}}}
| See below.
}}
{{#switch: {{{Other_versions| {{{other_versions| {{{other versions|}}} }}} }}}
|  =
| - =
| none =
| #default =
<tr style="vertical-align:top;">
<th style="background:#ccf; text-align:right; padding-right:0.4em;" id="fileinfotpl_ver"> Other versions </th>
<td> {{{Other_versions| {{{other_versions| {{{other versions|}}} }}} }}} </td>
</tr>
}}
{{#switch: {{{Additional_information|{{{additional_information|{{{Additional information|{{{additional information|}}}}}}}}}}}}
|  =
| - =
| none =
| #default =
<tr style="vertical-align:top;">
<th style="background:#ccf; text-align:right; padding-right:0.4em;" id="fileinfotpl_add"> Additional information </th>
<td> {{{Additional_information|{{{additional_information|{{{Additional information|{{{additional information|}}}}}}}}}}}} </td>
</tr>
}}
|}<noinclude>


{{documentation}}
- add "Number of modules loaded" column
<!-- Add categories and interwikis to the /doc subpage, not here! -->
 
</noinclude>
- What about 3rd party modules? I'm using an extremely old json version of the [[AKA]] module and my znc is using 105MB. I also run 5 other custom modules I have created.
 
- Modified znc / modules? My znc is slightly different that stock. I've reverted two commits for mine, [https://github.com/znc/znc/commit/3f76b8fb1a36e620cee81685769004742c1e402d 3f76b8fb] / [https://github.com/znc/znc/commit/2f65dbbc6478c6e4e25718f5c1f4f6fc74c90e82 2f65dbbc]. My [[antiidle]] module is slightly modified.
 
- Be more specific on the git versions? Memory leak might exist in ZNC 1.7.x-git-99 that was fixed in ZNC 1.7.x-git-100 {{GH|1017}}.
 
- Why does one of the git versions have an '''*''' at the end?

Revision as of 16:09, 20 June 2017

Some thoughts:

- add "Number of modules loaded" column

- What about 3rd party modules? I'm using an extremely old json version of the AKA module and my znc is using 105MB. I also run 5 other custom modules I have created.

- Modified znc / modules? My znc is slightly different that stock. I've reverted two commits for mine, 3f76b8fb / 2f65dbbc. My antiidle module is slightly modified.

- Be more specific on the git versions? Memory leak might exist in ZNC 1.7.x-git-99 that was fixed in ZNC 1.7.x-git-100 (#1017).

- Why does one of the git versions have an * at the end?