Skip to content

TS-4931: Add process limits to crash logs.#1077

Merged
jpeach merged 1 commit intoapache:masterfrom
jpeach:fix/4931
Oct 4, 2016
Merged

TS-4931: Add process limits to crash logs.#1077
jpeach merged 1 commit intoapache:masterfrom
jpeach:fix/4931

Conversation

@jpeach
Copy link
Copy Markdown
Contributor

@jpeach jpeach commented Oct 4, 2016

Add /proc/$PID/limits to the crash log. This helps give context to
malloc failures because we can get a reliable snapshot of any process
limits in effect at the time.

Add /proc/$PID/limits to the crash log. This helps give context to
malloc failures because we can get a reliable snapshot of any process
limits in effect at the time.
@jpeach jpeach added this to the 7.1.0 milestone Oct 4, 2016
@jpeach jpeach added the Tools label Oct 4, 2016
@atsci
Copy link
Copy Markdown

atsci commented Oct 4, 2016

FreeBSD build successful! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/930/ for details.

@atsci
Copy link
Copy Markdown

atsci commented Oct 4, 2016

Linux build successful! See https://ci.trafficserver.apache.org/job/Github-Linux/824/ for details.

Copy link
Copy Markdown
Contributor

@PSUdaemon PSUdaemon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@PSUdaemon PSUdaemon removed their assignment Oct 4, 2016
@jpeach jpeach merged commit e27aa3f into apache:master Oct 4, 2016
SolidWallOfCode pushed a commit to SolidWallOfCode/trafficserver that referenced this pull request Sep 7, 2019
Multiple outbound IP addresses can be specified per server port or globally per IP family. 
They will be used in round robin order.
E.g.
# Outbound connections for requests on port 8090 will use 127.0.0.15, 127.0.0.16, 127.0.0.17 as the local address while those on port 443 will use 127.0.0.20,127.0.0.21,127.0.0.22.
# For requests on port 8080, outbound connections will use the global outbound addresses 127.0.0.10, 127.0.0.11 and 127.0.0.12.
# Same logic applies for incoming IPv6 and when the upstream destination address is IPv6.
CONFIG proxy.config.http.server_ports STRING 8080 8080:ipv6 8090:ip-out=127.0.0.15;127.0.0.16;127.0.0.17 8090:ipv6:ip-out=[fe80::42:acff:fe11:2000:0000:0004];[fe80::42:acff:fe11:2000:0000:0005] 443:ssl:proto=http2:ip-out=127.0.0.20;127.0.0.21;127.0.0.22
LOCAL proxy.local.outgoing_ip_to_bind STRING 127.0.0.10       [fe80::42:acff:fe11:2000:0000:0000]        127.0.0.11          [fe80::42:acff:fe11:2000:0000:0001] 127.0.0.12 [fe80::42:acff:fe11:2000:0000:0002]
bneradt pushed a commit to bneradt/trafficserver that referenced this pull request Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants