WEBVTT

00:00:03.360 --> 00:00:10.840
yep I think I see the problem so you've had

00:00:07.960 --> 00:00:14.559
uh slow program loading poor multitasking and overall sluggish

00:00:12.719 --> 00:00:19.560
performance lately that combined with what I found when checking the systems

00:00:16.480 --> 00:00:22.119
random access memory usage I'd say

00:00:19.560 --> 00:00:27.840
you've got all the telltale signs of a memory

00:00:24.160 --> 00:00:30.199
leak and we're back now the term memory

00:00:27.840 --> 00:00:34.680
leak is used to describe a range of communication errors that result from

00:00:32.360 --> 00:00:40.000
poorly written application programming that reduce the available amounts of

00:00:37.200 --> 00:00:45.320
dynamic Heap memory you see whenever we start up a program on our computers or

00:00:42.600 --> 00:00:50.079
other devices a request for Hardware resources known as a system call is

00:00:47.680 --> 00:00:55.320
triggered and in the case of RAM it reserves chunks or blocks of application

00:00:53.039 --> 00:01:00.239
heaped memory for a program to occupy while it's doing whatever it is the

00:00:57.879 --> 00:01:05.479
programs on your computer do when you're finished

00:01:01.280 --> 00:01:08.000
with that and you exit a program these

00:01:05.479 --> 00:01:12.680
reserved blocks of RAM are supposed to be cleared for later use or reallocated

00:01:10.960 --> 00:01:18.040
to another running program that needs them the issue of leakage arises

00:01:16.040 --> 00:01:22.360
whenever an application fails to communicate that this reserved memory

00:01:20.200 --> 00:01:28.520
can be cleared causing it to be ostensibly locked in time and space or

00:01:26.159 --> 00:01:33.240
when a program Stacks requests for repeated tasks on top top of each other

00:01:30.880 --> 00:01:38.640
instead of starting and closing them as needed until all RAM is consumed and the

00:01:35.920 --> 00:01:44.680
OS is forced to use lead footed hard drive space as a Reserve at least on PCS

00:01:42.159 --> 00:01:49.320
that is so let's give an example of what this might look like if your web browser

00:01:46.880 --> 00:01:54.159
was causing a memory leak you'd open up yet another Tab and fire up a website

00:01:52.040 --> 00:01:58.799
and a chunk of RAM would be assigned you'd open another and boom chunk of RAM

00:01:56.479 --> 00:02:02.159
again well imagine your sister walked in and you closed that First Site quickly

00:02:00.719 --> 00:02:08.080
before she could see it was the fan site you made about her best friend but instead of actually closing down the

00:02:05.960 --> 00:02:13.840
running process when the tab was terminated your computer simply made it

00:02:11.280 --> 00:02:20.519
disappear making it difficult to track down what's using all that RAM so now we

00:02:17.840 --> 00:02:25.599
know what a memory leak is so how do we diagnose them well first we can look at

00:02:23.280 --> 00:02:30.000
system specs versus the tasks that the user is trying to perform and if

00:02:27.840 --> 00:02:34.760
performance is painfully sluggish Rel ative to that it might be a problem then

00:02:32.360 --> 00:02:40.159
you can fire up good old task manager or a third party app if you're on a phone

00:02:37.280 --> 00:02:45.480
and either monitor it periodically for gradual increases in RAM usage that just

00:02:42.440 --> 00:02:47.720
pile up over time or by tracking down

00:02:45.480 --> 00:02:52.120
the typical application memory usage to compare to what you're seeing on the

00:02:50.080 --> 00:02:57.280
Google not to mention that other googlers complaining about a leaky

00:02:54.280 --> 00:02:58.720
program is another solid indicator all

00:02:57.280 --> 00:03:03.799
right so we've gotten this far then how do you fix the blue things once you find

00:03:01.360 --> 00:03:09.040
them well a couple of ways number one did you try turning it off and turning

00:03:05.360 --> 00:03:11.000
it back on again no seriously a restart

00:03:09.040 --> 00:03:15.400
will force Hardware resources to be given up until they're requested again

00:03:13.360 --> 00:03:20.400
number two if the problem is caused by your operating system H you're probably

00:03:18.159 --> 00:03:25.879
stuck waiting for an update and number three if the problem is caused by a

00:03:22.760 --> 00:03:28.400
sloppily coded program or game check for

00:03:25.879 --> 00:03:32.560
updates again and if there aren't any then I guess the only solution is to

00:03:30.319 --> 00:03:35.640
toss them cuz if a manufacturer can't be bothered to make sure their software

00:03:33.959 --> 00:03:40.159
operates correctly then they don't deserve your business that is unless of

00:03:37.799 --> 00:03:43.200
course you've already given it to them speaking of already giving them your

00:03:41.959 --> 00:03:47.519
business linda.com you can give them your

00:03:45.239 --> 00:03:52.799
Business Without Even committing to anything you get 10 days of free trial

00:03:51.439 --> 00:03:58.480
by clicking on the link in the video description well hold on a second lest what is linda.com well it's the site

00:03:56.640 --> 00:04:01.720
where you can watch and learn from Top experts who are passionate about

00:03:59.799 --> 00:04:05.360
teaching teaching what you might ask well thousands of video courses on

00:04:03.680 --> 00:04:09.840
demand about all kinds of subjects whether it's digital photography video

00:04:07.040 --> 00:04:12.200
editing business or well all the other things that I'm sure are going to be

00:04:10.879 --> 00:04:15.879
overlaid on the screen right now in front of me woo you can take notes as

00:04:14.239 --> 00:04:20.160
you go refer to them later you can download the tutorials and watch them On

00:04:17.519 --> 00:04:23.240
The Go including on iOS and Android devices and you can create and save

00:04:21.639 --> 00:04:27.680
playlists of courses that you want to watch to customize your learning path or

00:04:25.440 --> 00:04:33.880
share with friends colleagues and team members so the call to action here is

00:04:29.440 --> 00:04:36.600
pretty simple visit linda.com tequ for

00:04:33.880 --> 00:04:42.520
unlimited access for 10 days for free and if you like it then your flat rate

00:04:39.039 --> 00:04:45.160
membership is starting at just $25 per

00:04:42.520 --> 00:04:47.960
month I think that's pretty much it guys thanks for watching like the video if

00:04:46.600 --> 00:04:53.160
you liked it dislike it if you thought it sucked leave a comment if you have suggestions for future fastest posses

00:04:51.080 --> 00:05:01.080
and as always don't forget to subscribe follow and all that good stuff for more

00:04:54.759 --> 00:05:01.080
videos for me and other people
